auto merge of #116 : Indiv0/cargo/typofix, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 4 Jul 2014 02:44:56 +0000 (02:44 +0000)
committerbors <bors@rust-lang.org>
Fri, 4 Jul 2014 02:44:56 +0000 (02:44 +0000)
Currently, the "single source" error appears like this, with missing whitespace:

    lib/game-of-life $ cargo build --verbose
    An unknown error occurred

    Caused by:
      At the moment, Cargo only supports asingle source for a particular package name (piston).

This fixes the typo.


Trivial merge